﻿.xt_timer_800ms {
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.head-box, .header_nav, .yesMob {
    display: none;
}
.headMenu {
    cursor: pointer;
    display: none;
    float: right;
    margin-top: 6px;
}

.headMenu span {
    width: 28px;
    display: block;
    height: 3px;
    margin-bottom: 6px;
    background: #000000;
}

.headMenu .headMenu-span1 {}

.headMenu .headMenu-span2 {}

.headMenu .headMenu-span3 {
    margin-bottom: 0;
}
.head {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all .8s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.head > div {
     position: relative;
     height: 82px;
     width: 100%;
 }
.head > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
    -webkit-transition: all 0.28s;
    transition: all 0.28s;
    opacity: 0;
}
.head.on > div:before {
    opacity: 1;
}
.head.on .nav li a span {
    color: #333;
}
.head.on .nav li a:hover span {
    color: #bc9f5f;
}
.head.on .header-icon div {
    border: 1px solid #999;
}
.head.on .header-icon span {
    color:#666;
}
.head.on .header-icon div:hover span {
    color: #ffffff;
}
.head .logo {
     display: inline-block;
     z-index: 3;
     float: left;
     vertical-align: middle;
     width:150px;
     position: absolute;
     left: 0%;
     top: 0px;
 }
.head .logo img {
      vertical-align: middle;
      width: 160%;
  }
.pro-nav a {
    width: 31%;
    line-height: 33px;
    margin: 1%;
    float: left;display:block;position:relative;text-align:center;
}
    .pro-nav a span {
        position: relative;
        z-index: 9;
        color: #fff;
    }
    .pro-nav a:after {
        content: "";
        z-index: 6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #014fa2;
        -webkit-transition: all 0.48s;
        -moz-transition: all 0.48s;
        -ms-transition: all 0.48s;
        -o-transition: all 0.48s;
        transition: all 0.48s;
    }
.pro_about .pro_r_main:before{display:table;content:''; width:100%;}
.pro_about .pro_r_main ul {
    width: 100%;
    margin-top: 3%;
}

    .pro_about .pro_r_main ul li {
        float: left;
        margin-bottom: 0.55rem;
        width: 50%
    }

        .pro_about .pro_r_main ul li .hot-product {
            width: 95%; margin:0 auto;
        }

            .pro_about .pro_r_main ul li .hot-product a {
                display: block;
                border: 1px solid #ededed;
            }

            .pro_about .pro_r_main ul li .hot-product img {
                width: 100%;
                height: auto;
            }

            .pro_about .pro_r_main ul li .hot-product span {
                height: 35px;
                line-height: 35px;
                background-color: #e5e5e5;
                font-size: 0.8rem;
                display: block;
                text-align: center;
            }

            .pro_about .pro_r_main ul li .hot-product a:hover {
                border: 1px solid #0053a9;
            }

                .pro_about .pro_r_main ul li .hot-product a:hover span {
                    background-color: #0053a9;
                    color: #fff;
                }
.home_aboutinto .about-text p {
    font-size: 0.85rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;line-height:20px;padding-top: 0.3rem;
}
.home_aboutinto .about-text img{display:block;width:100%;height:auto;}
.home_news:after {
    display: table;width:100%;content:'';height:1rem;
}
.home_news p span {
    display: block;
    background: #ededed;
    font-size: 0.52rem;
    color: #005bae;
    font-weight: bold;
    line-height: 1.8rem;
    text-indent: 0.6rem;
}
.home_news p small {
    display: block;
    font-size: 0.56rem;
    color: #919191;
    margin: 0.6rem 0;
}
    .home_news p small a {
        color: #005bae;
    }
.home_news ul li {
    margin-bottom: 0.6rem;
}
    .home_news ul li a {
        display: block;
    }
        .home_news ul li a span {
            display: block;
            background: #ededed;
            font-size: 0.8rem;
            color: #333;
            line-height: 1.8rem;
            text-indent: 0.6rem;
        }
.footer {
    position: fixed;
    bottom: -1px;
    width: 100%;
    left: 0;
    background: #014FA2;
    overflow: hidden;
    z-index: 999;
}

    .footer ul li {
        float: left;
        line-height: 3rem;
        height: 3rem;
        width: 25%;
        position: relative;
    }

        .footer ul li a {
            font-size: 0.9rem;
            color: #ffffff;
            display: block;
            border-right: 1px solid rgba(255, 255, 255, 0.64);
        }

            .footer ul li a img {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                left: 0.1rem;
                width: 0.6rem;
            }

            .footer ul li a span {
                padding-left: 1.0rem;
                color: #efebeb;
            }
.sqVideo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}

.sqVideo_box {
    z-index: 990;
    cursor: inherit;
    width: 90%;
    /*height: 450px;
    ;*/
    max-width: 800px;
    margin: 0 auto;
    border: 12px solid #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .sqVideo_box video {
        display: block;
        position: relative;
        z-index: 4;
        width: 100%;
        /*height: 450px;
        ;*/
    }

.sqVideo_cls {
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -54px;
    width: 42px;
    height: 42px;
    background: #bc9f5f;
    padding: 6px;
}

    .sqVideo_cls img {
        width: 100%;
    }
.about-ab-ps {    position: relative;}
.about-ab-ps img{  float: right;
    position: absolute;
    top: 20px;
    right: 0;}
@media (max-width: 1040px) {
    .index-more {
        text-transform: uppercase;
        display: inline-block;
        width: 200px;
        height: 52px;
        line-height: 52px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-top: 5%;
        transition: all 0.5s;
        background: #014fa2;
    }
    .index-more {
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        overflow-x: hidden;
        -webkit-tap-highlight-color: transparent;
    }*, html, body {
         padding: 0;
         margin: 0;
         border: 0;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         /* box-sizing: border-box; */
         /* font-family: "Microsoft Yahei", sans-serif; */
         color: #333;
     }
    

    body {
        font: 14px/1.8 "Microsoft Yahei", "微软雅黑", tahoma, "times new roman", helvetica, arial;
        margin: 0 auto;
        color: #666;
        background-color: #fff;
    }
    .headMenu, .header_nav, .head-box, .yesMob {
        display: block;
    }
        .yesMob{ width: 100%;}
    .xt_main:after {
        content:'';display:table;
        padding-bottom:2rem;
    }
            .head > div {
                height: auto;
            }
   
    header, .noMob {
        display: none;
    }
    .head {
         padding: 10px 20px;
         background: #fff;
     }

    .headerBox {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9999;
    }

    .headerBox-div {
        float: right;
        position: relative;
        right: -68%;
        width: 66%;
        height: 100%;
        background: #fff;
    }

    .headerBox-div.on {
        right: 0;
    }
    .headerBox .headerBox-lang
    {
        background: rgba(188, 159, 95, 0.18);
        font-size: 0.6em;
        position: relative;
        padding: 0 7% 0 5%;
        color: #999;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .headerBox .headerBox-lang a
    {
        text-transform: uppercase;
        display: inline-block;
        color: #bc9f5f;
        font-size: 16px;
        padding: 8px;
        vertical-align: middle;
        flex: 1;

    }

    .headerBox-cls {
        cursor: pointer;
        height: 57px;
        line-height: 57px;
        background: #014fa2;
    }

    .headerBox-cls img {
        float: right;
        margin: 7px;
    }

    .headerBox-ul {
        position: relative;
        overflow-y: auto;
        height: 100%;
    }

    .headerBox li {
        position: relative;
        line-height: 60px;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
    }

    .headerBox a {
        display: block;
        padding: 0 8%;
        font-size: 15px;
        position: relative
    }
    .banner img {
        max-width: 95%;
        display: block;
        margin: 0 auto;
    }
    .banner {
        margin-top: 1.6rem;
    }
    .wrap{width:96%;margin:0 auto;}
        .wrap::after{content:'';display:table;width:100%;}
        .totalTitle {
            padding: 1.5% 0;
        }
        .totalTitle b{font-size:1.1rem;font-weight:bold;padding-top:10px;}
            .totalTitle small {
                font-size: 0.70rem;
                padding-bottom: 0.35rem;
                margin-top: 0.10rem;
                line-height: 18px;
            }
    .aboutright-img {
        width: 100%;
       height:100%;
    }
        .aboutright-img > img, .home_about_list_r .tit>img{
            display: block;
        }
    .home_about {
        background-repeat: repeat;
        padding: 2% 0;
    }
    .home_about_list_r .tit {
        text-align: center;
        font-size: 1.0rem;
        font-weight: 400;
        margin-top: 24px;
    }
        .home_about_list_r .tit > img{margin:0 auto;width: 80%;}
    .home_about_list_r .ys ul li {
        float: left;
        width: 25%;
        margin-bottom: 1rem;
    }
    .home_about_list_r .ys ul li i {
        display: block;
        text-align: center;
    }

      .home_about_list_r .ys ul li i img {
            margin: 0 auto;
            width: 85%;
        }

  .home_about_list_r .ys ul li span {
        text-align: center;
        display: block;
    }
    .about-ab .about_nub li {
        width: 48%;
        text-align: left;
        margin-bottom: 4%;
    }

        .about-ab .about_nub li p span {
            font-size: 1.8rem;
            font-weight: 500;
            line-height: 2rem;
        }
    .common_tit2{padding-top:0rem;}
    .brand_sec4_nav li {
        width: 31%;margin-right:1%;
    }
        .brand_sec4_nav li a{width:100%;}

    .party_sec6_list li {
       
        margin-right: 2%;
        width:47%;
        margin-bottom: 32px;
        float: left;
    }


        .party_sec6_list li:nth-child(3n) {
            margin-right: 2%;
        }

        .party_sec6_list li:nth-last-child(-n + 3) {
            margin-bottom: 32px;
        }

        .party_sec6_list li:nth-child(3n + 1) {
            clear: none;
        }
        .party_sec6_list li a .img img{height:122px;}
        .party_sec6_list li a .text{padding:3%;}
    .brand_sec2_list li{padding:2%;}
    .brand_sec4_con_t .party_sec6_list li a .text h5 {
        line-height: 25px;
        height: 25px;
    }
    .party_sec7_list li{width:100%;}
        .party_sec7_list li a .img img{height:auto;}
    .dynamicItem .listCon li .wordDiv{width:100%;float:none;}
    .dynamicItem .listCon li a{padding:2%;}
    .dynamicItem .listCon li .pic{padding:unset;}
    .dynamicItem .listCon li .imgDiv{width:100%;display:block;}
    .product-show-title{ width: 100%;height: auto;}
    .gr-description{ height: auto;}
    .related-product ul{ width: 100%;}
    .related-product li{ width: 47%;margin-right: 2%;}
        .related-product li a{ width: 100%;}
        .related-product li img {
            display: block;
            width: 100%;
            height: auto;
        }
    .news_detail_con img{ display: block;width: 100%;}
    .sqVideo {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        text-align: center;
        z-index: 99999;
        cursor: pointer;
    }

    .sqVideo_box {
        z-index: 990;
        cursor: inherit;
        width: 90%;
         
        max-width: 800px;
        margin: 0 auto;
        border: 12px solid #fff;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .sqVideo_box video {
            display: block;
            position: relative;
            z-index: 4;
            width: 100%;
            /*height: 350px;
            ;*/
        }

    .sqVideo_cls {
        cursor: pointer;
        position: absolute;
        right: -12px;
        top: -54px;
        width: 42px;
        height: 42px;
        background: #bc9f5f;
        padding: 6px;
    }

        .sqVideo_cls img {
            width: 100%;
        }
    .about-ab-ps{position: unset;}
	.about-ab-ps img{  display: block; float: none; margin: 0 auto;position: unset;top: unset;}
    .common_tit2 h3 {
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 25px;
        color: #014a7f;
        position: relative;
        padding-top: 10px;
    }
    .dynamicItem .listCon li .wordDiv h3 {
        padding: 3px 0 5px;
        color: #000;
        font-weight: normal;
        font-size: 1.1rem;
    }
    .common_tit2 h6 {
        font-size: 0.8rem;
        line-height: 15px;
        color: #252525;
        margin-top: 0.3rem;
    }
        .common_tit2 h3::after {
            content: '';
            display: block;
            width: 152px;
            height: 1px;
            background-color: #fff;
            margin: 2px auto 0;
        }
        .news_detail_t h1 {
            font-size: 1.0rem;
            line-height: 2.5rem;
            color: #1352b0;
            text-align: center;
        }
        .news_detail {
            padding: 0 20px;
            margin:30px 0;
        }
        .party_sec7_list li a .textcase {
            padding: 15px;
            background: #ebebeb;
        }
        .party_sec7_list li a .text {
            padding: 15px;
            background: #f4f4f4;
        }
        .party_sec7_list li a .text h2 {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            text-align: center;
        }

        .party_sec7_list li a .text h5 {
            font-size: 14px;
            line-height: 24px;
            color: #666;
        }
        .about_sec2 .about2P {
            margin-top: 2px;
            text-align: center;
        }
        .about_sec2 .about2P span {
            width: 12px;
            height: 12px;
            background: #595656;
            opacity: 1;
            margin: 0 3px;
        }
        .party_sec4_swiper {
            position: relative;
            margin-top: 20px;
        }
}

@media (max-width: 480px){
    #info {
        min-width: 100%;
    }
    .headerBox li {
        line-height: 45px;
    }
    .headerBox li img {
        margin: 16px 0;
    }
    .about-ab .about_nub li {
        width: 48%;
        text-align: left;
        margin-bottom: 4%;
    }

        .about-ab .about_nub li p span {
            font-size: 1.8rem;
            font-weight: 500;
        }
}